Welcome![Sign In][Sign Up]
Location:
Search - reliable udp

Search list

[Internet-Networknet2ftpbeta

Description: FTP协议是一种基于TCP/IP的文件传输协议,用来在网络中进行文件传输。FTP是TCP/IP的一种具体应用,它工作在OSI模型的第七层,TCP模型的第四层上,即应用层,使用TCP传输而不是UDP,FTP客户在和服务器建立连接前就要经过一个“三次握手”的过程,它带来的意义在于客户与服务器之间的连接是可靠的,而且是面向连接,为数据的传输提供了可靠的保证-FTP protocol is based on TCP/IP file transfer protocol that is used in the network for file transfer. FTP is a TCP/IP to a specific application, it works in the seventh layer of OSI model, TCP model for the fourth layer, namely, the application layer, using TCP transport instead of UDP, FTP client and server must establish a connection before the After a "three-way handshake" process, it brings the significance of the connection between the client and the server is reliable, but also connection-oriented, for data transmission to provide a reliable guarantee for
Platform: | Size: 4480000 | Author: 冰冰 | Hits:

[P2Pp2pwithudp

Description: 基于UDP实现的P2P程序,实现了可靠传输和流量控制。-an implementation of P2P based udp ,achieve a reliable transmission and flow control
Platform: | Size: 151552 | Author: czy | Hits:

[OtherFileTransfers

Description: 用ftp实现可靠文件传输 大家都清楚,如果用TCP传输文件的话,是很简单的,根本都不用操心会丢包,除非是网络坏了,就得重来。用UDP的话,因为UDP是不可靠的,所以用它传输文件,要保证不丢包,就得我们自己写额外的代码来保障了。-Reliable file transfer using ftp it is clear that if the use of TCP to transfer files, it will be very simple, simply do not have to worry about will be packet loss, unless the network is broken, you have to come back. If using UDP, since UDP is unreliable, so use it to transfer files, to ensure no packet loss, you have to write our own code of additional protection.
Platform: | Size: 1994752 | Author: hpliweijian | Hits:

[TCP/IP stackRUDP-6539(1)

Description: RUDP源码,比标准UDP协议更加安全,可靠,且小巧。-RUDP source, than the standard UDP protocol is more secure, reliable, and compact.
Platform: | Size: 379904 | Author: 赵光斌 | Hits:

[SCMUDP51

Description: 在51系列单片机上实现了数据的UDP传输,程序稳定可靠-In the 51 series to achieve the UDP data transfer, the program is stable and reliable
Platform: | Size: 369664 | Author: 刘杨斌 | Hits:

[Education soft system1

Description: 1 TCP UDP区别 优缺点 2 黑盒白盒测试优缺点 3 划分子网 4 为什么设计不出来100 可靠的协议 5 浮点数由那两部分组成 6 数据库的学生选课情况 学生表 课程表 选课表 相关的一个查询-1 TCP UDP black box white box testing different advantages and disadvantages of the advantages and disadvantages 2 3 4 subnet out why the design is not 100 reliable protocol 5 the two parts of floating-point number 6 by the student elective cases database curriculum course selection list of students associated table a query
Platform: | Size: 43008 | Author: 张玉 | Hits:

[Internet-NetworkSimulator

Description: 利用UDP实现可靠的数据传输功能,模拟了可靠的消息中间件-Using UDP to achieve reliable data transmission, a reliable messaging middleware simulation
Platform: | Size: 1188864 | Author: 张志林 | Hits:

[Internet-Networkudt.sdk.4.8.win32

Description: udt.4.8 UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 由于UDT完全在UDP上实现,它也可以应用在除了高速数据传输之外的其它应用领域,例如点到点技术(P2P),防护墙穿透,多媒体数据传输等等。 UDT由开源软件作者谷云洪在美国伊利诺伊大学芝加哥分校攻读博士期间开发,并由他在毕业后继续维护和升级。UDT的开源软件可以在SourceForge上获取-udt.4.8 UDT (UDP-based Data Transfer Protocol, referred to as the UDT) is an Internet data transfer protocol. UDT built over UDP, and the introduction of new congestion control mechanism of control and data reliability. UDT is bi-directional connection-oriented application layer protocol. It supports both reliable data streaming and partial report reliable data transmission. Because UDT fully implemented on the UDP, it can also be used in addition to other than high-speed data transmission applications, such as point to point technology (P2P), penetrate the protective wall, multimedia data transmission and so on. UDT valley by the open source software of the University of Illinois in the United States Yunhong Chicago developed during doctoral study, by him after graduation to continue to maintain and upgrade. UDT SourceForge open source software can be obtained on
Platform: | Size: 323584 | Author: ade | Hits:

[Internet-NetworkP1_skeleton.tar

Description: Go Back N UDP, reliable data transfer using UDP, project, not complete
Platform: | Size: 5120 | Author: JOJOBOY | Hits:

[Internet-Networkenet-1.3.1.tar

Description: ENET1.3.1开发包,主要解决UDP可靠传输问题-ENET1.3.1 development kits, mainly to solve the problem of reliable transmission of UDP
Platform: | Size: 432128 | Author: ok | Hits:

[TCP/IP stackNC

Description: netcat的是一个简单的Unix工具读取和写入数据通过网络连接,使用TCP或UDP协议。 它被设计成一个可靠的“后端”工具,直接使用,很容易被其他驱动程序和脚本。同时,它是一个功能丰富的网络调试和探测工具,因为它可以创建几乎任何类型的连接你需要并且有几个有趣的内置功能。 -netcat is a simple Unix tools to read and write data over a network connection, using TCP or UDP protocol. It is designed as a reliable " back-end" tool, direct use, it is easy to be other drivers and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any type of connection you need and has several interesting built-in functions.
Platform: | Size: 93184 | Author: 王心雨 | Hits:

[Internet-Networkmail

Description: 自己写的邮件收发服务器和客户端。基于UDP实现面向连接的可靠邮件传输-To write the mail server and client. UDP-based messages to achieve a reliable connection-oriented transport
Platform: | Size: 3072 | Author: zhaoshu | Hits:

[TCP/IP stackUDPDemo

Description: 无连接通信是通过“用户数据报协议”(User Dadagram Protocol,UDP)来完成的。它不保障可靠数据的传输,但能够向若干个目标发送数据,接收来自若干个源的数据。本例程是一个UDP示例程序。使用UDP异步通讯,并利用事件机制判断数据的接收。-Connectionless communication is through the " User Datagram Protocol" (User Dadagram Protocol, UDP) to complete. It does not guarantee reliable data transmission, but a number of goals to send data to, receive data from several sources. UDP is an example of this routine procedure. Asynchronous communication using UDP, and use the event mechanism to determine the data reception.
Platform: | Size: 49152 | Author: 林恒青 | Hits:

[TCP/IP stackudt

Description: udt协议,一种可靠的 比TCP 、udp 协议更好用的协议。-udt protocol, a reliable than TCP, udp better agreement with the agreement.
Platform: | Size: 705536 | Author: lianjx | Hits:

[TCP/IP stackback4

Description: UDP java 可靠传输参考,只是实现了部分功能,但还是可以参考-UDP java reference reliable transmission, but to achieve some functionality, but still can refer to
Platform: | Size: 2048 | Author: 丁一 | Hits:

[VHDL-FPGA-Verilogangel_php

Description: Describe: VHDL Cookbook including many useful building blocks. Develop tools: VHDL | File size:4374KB | Downloads: 0 [TCP/IP Stack] back4.zip <ding_xinyi> upload at 2011-9-17 4:40:30 Describe: UDP java reference reliable transmission, but to achieve some functionality, but still can refer to Develop tools: Java | File size:2KB | Downloads: 0
Platform: | Size: 63488 | Author: asdad | Hits:

[TCP/IP stackclient

Description: reliable connection using UDP
Platform: | Size: 9216 | Author: cadfsdf | Hits:

[TCP/IP stackday18

Description: MFC下怎样连接动态库,面向连接TCP-可靠有序的数据传输协议 无连接的UDP-不可靠无序的数据传输协议-How do I connect under MFC DLL,TCP-connection-oriented reliable ordered data transmission protocol Connectionless UDP-disorder unreliable data transfer protocol
Platform: | Size: 78848 | Author: 锋锋 | Hits:

[Delphi VCLUDT(D7~XE2)

Description: UDT是国人开发的OpenSource的用UDP实现可靠数据传输的协议。 这里我重新导出了函数,并封闭成DELPHI控件.(转自盒子)-UDT is OpenSource development of people to achieve reliable data transmission using UDP protocol. Here I re-exported functions, and closed into DELPHI control. (From box)
Platform: | Size: 1031168 | Author: nicholas | Hits:

[Internet-Networkudt

Description: UDT网络传输协议开源包,是基于UDP的可靠传输协议,支持P2P,有现成的文件传输函数,速度比TCP快。-Open source packages of the UDT network transport protocol is UDP-based reliable transport protocol to support P2P, there is a ready-made file transfer function, the speed is faster than TCP.
Platform: | Size: 181248 | Author: yqc | Hits:
« 1 2 3 4 5 6 78 9 10 »

CodeBus www.codebus.net